home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmSplash
- BorderStyle = 3 'Fixed Dialog
- ClientHeight = 3960
- ClientLeft = 255
- ClientTop = 1410
- ClientWidth = 7095
- ClipControls = 0 'False
- ControlBox = 0 'False
- Icon = "frmSplash.frx":0000
- KeyPreview = -1 'True
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- Picture = "frmSplash.frx":030A
- ScaleHeight = 3960
- ScaleWidth = 7095
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Begin VB.Timer Timer2
- Enabled = 0 'False
- Interval = 10
- Left = 3480
- Top = 1800
- End
- Begin VB.Timer Timer1
- Enabled = 0 'False
- Interval = 2500
- Left = 3000
- Top = 1800
- End
- Begin VB.Frame Frame1
- BorderStyle = 0 'None
- ForeColor = &H0000FFFF&
- Height = 4410
- Left = 0
- TabIndex = 0
- Top = 0
- Width = 7320
- Begin VB.PictureBox Picture1
- BackColor = &H00FFFFFF&
- ForeColor = &H00FF0000&
- Height = 255
- Left = 360
- ScaleHeight = 195
- ScaleWidth = 4395
- TabIndex = 9
- Top = 3360
- Width = 4455
- End
- Begin VB.Shape Shape2
- BorderWidth = 2
- Height = 3495
- Left = 240
- Top = 240
- Width = 6615
- End
- Begin VB.Shape Shape1
- BorderColor = &H00808080&
- BorderWidth = 2
- Height = 3430
- Left = 270
- Top = 270
- Width = 6550
- End
- Begin VB.Label Label3
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "G"
- BeginProperty Font
- Name = "Arial"
- Size = 21.75
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H000000C0&
- Height = 510
- Left = 3200
- TabIndex = 8
- Top = 600
- Width = 345
- End
- Begin VB.Label Label2
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "C"
- BeginProperty Font
- Name = "Arial"
- Size = 21.75
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H000000C0&
- Height = 510
- Left = 4570
- TabIndex = 7
- Top = 600
- Width = 315
- End
- Begin VB.Label Label1
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "A"
- BeginProperty Font
- Name = "Arial"
- Size = 21.75
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H000000C0&
- Height = 510
- Left = 910
- TabIndex = 6
- Top = 600
- Width = 285
- End
- Begin VB.Label lblCopyright
- BackStyle = 0 'Transparent
- Caption = "Copyright(c) 1999 "
- BeginProperty Font
- Name = "Arial"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 375
- Left = 5040
- TabIndex = 2
- Top = 3000
- Width = 1815
- End
- Begin VB.Label lblCompany
- BackStyle = 0 'Transparent
- Caption = "Sim Software"
- BeginProperty Font
- Name = "Arial"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 5040
- TabIndex = 1
- Top = 3240
- Width = 1095
- End
- Begin VB.Label lblVersion
- Alignment = 1 'Right Justify
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "Version 1.0"
- BeginProperty Font
- Name = "Arial"
- Size = 12
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 285
- Left = 5040
- TabIndex = 3
- Top = 2520
- Width = 1275
- End
- Begin VB.Label lblPlatform
- Alignment = 1 'Right Justify
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "Windows 95/98"
- BeginProperty Font
- Name = "Arial"
- Size = 15.75
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 360
- Left = 4080
- TabIndex = 4
- Top = 2040
- Width = 2280
- End
- Begin VB.Label lblProductName
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "dventure ame reator"
- BeginProperty Font
- Name = "Arial"
- Size = 21.75
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00C00000&
- Height = 510
- Left = 1200
- TabIndex = 5
- Top = 600
- Width = 4920
- End
- Begin VB.Image Image1
- Height = 4305
- Left = 0
- Picture = "frmSplash.frx":0614
- Stretch = -1 'True
- Top = 0
- Width = 7275
- End
- End
- Attribute VB_Name = "frmSplash"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
- Private Sub Form_Load()
- Timer2.Enabled = True
- Timer1.Enabled = True
- End Sub
- Private Sub Timer1_Timer()
- frmSplash.Hide
- frmMDI.Show
- Timer1.Enabled = False
- End Sub
- Sub Progress(pb As Control, ByVal Percent)
- Dim num$
- If Not pb.AutoRedraw Then
- pb.AutoRedraw = -1
- End If
- pb.Cls
- pb.ScaleWidth = 100
- pb.DrawMode = 10
- num$ = Format$(Percent, "###") + "%"
- pb.CurrentX = 50 - pb.TextWidth(num$) / 2
- pb.CurrentY = (pb.ScaleHeight - pb.TextHeight(num$)) / 2
- pb.Print num$
- pb.Line (0, 0)-(Percent, pb.ScaleHeight), , BF
- pb.Refresh
- End Sub
- Private Sub Timer2_Timer()
- Picture1.ForeColor = vbBlue
- For X% = 0 To 100
- Sleep 10
- Progress Picture1, X%
- Next X%
- Timer2.Enabled = False
- End Sub
-